Autogenerated HTML docs for v2.24.1-425-g7034c
diff --git a/MyFirstContribution.html b/MyFirstContribution.html index 347d7bc..f05cf00 100644 --- a/MyFirstContribution.html +++ b/MyFirstContribution.html
@@ -1708,7 +1708,7 @@ <div class="paragraph"><p>You will also need to go and find the Message-Id of your previous cover letter. You can either note it when you send the first series, from the output of <code>git send-email</code>, or you can look it up on the -<a href="https://public-inbox.org/git">mailing list</a>. Find your cover letter in the +<a href="https://lore.kernel.org/git">mailing list</a>. Find your cover letter in the archives, click on it, then click "permalink" or "raw" to reveal the Message-Id header. It should match:</p></div> <div class="listingblock"> @@ -1864,7 +1864,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-01 14:55:34 PST + 2019-12-10 06:06:15 PST </div> </div> </body>
diff --git a/MyFirstContribution.txt b/MyFirstContribution.txt index b55837e..35b9130 100644 --- a/MyFirstContribution.txt +++ b/MyFirstContribution.txt
@@ -1017,7 +1017,7 @@ You will also need to go and find the Message-Id of your previous cover letter. You can either note it when you send the first series, from the output of `git send-email`, or you can look it up on the -https://public-inbox.org/git[mailing list]. Find your cover letter in the +https://lore.kernel.org/git[mailing list]. Find your cover letter in the archives, click on it, then click "permalink" or "raw" to reveal the Message-Id header. It should match:
diff --git a/RelNotes/1.6.2.txt b/RelNotes/1.6.2.txt index ad060f4..980adfb 100644 --- a/RelNotes/1.6.2.txt +++ b/RelNotes/1.6.2.txt
@@ -11,7 +11,7 @@ configuration variable is missing. Please refer to: http://git.or.cz/gitwiki/GitFaq#non-bare - http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007 + https://lore.kernel.org/git/7vbptlsuyv.fsf@gitster.siamese.dyndns.org/ for more details on the reason why this change is needed and the transition plan.
diff --git a/RelNotes/1.6.3.txt b/RelNotes/1.6.3.txt index 418c685..4bcff94 100644 --- a/RelNotes/1.6.3.txt +++ b/RelNotes/1.6.3.txt
@@ -11,7 +11,7 @@ configuration variable is missing. Please refer to: http://git.or.cz/gitwiki/GitFaq#non-bare - http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007 + https://lore.kernel.org/git/7vbptlsuyv.fsf@gitster.siamese.dyndns.org/ for more details on the reason why this change is needed and the transition plan.
diff --git a/RelNotes/1.6.4.txt b/RelNotes/1.6.4.txt index 7a90441..a2a34b4 100644 --- a/RelNotes/1.6.4.txt +++ b/RelNotes/1.6.4.txt
@@ -11,7 +11,7 @@ configuration variable is missing. Please refer to: http://git.or.cz/gitwiki/GitFaq#non-bare - http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007 + https://lore.kernel.org/git/7vbptlsuyv.fsf@gitster.siamese.dyndns.org/ for more details on the reason why this change is needed and the transition plan.
diff --git a/RelNotes/1.6.5.txt b/RelNotes/1.6.5.txt index ee141c1..6c7f7da 100644 --- a/RelNotes/1.6.5.txt +++ b/RelNotes/1.6.5.txt
@@ -22,7 +22,7 @@ configuration variable is missing. Please refer to: http://git.or.cz/gitwiki/GitFaq#non-bare - http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007 + https://lore.kernel.org/git/7vbptlsuyv.fsf@gitster.siamese.dyndns.org/ for more details on the reason why this change is needed and the transition plan.
diff --git a/RelNotes/1.6.6.txt b/RelNotes/1.6.6.txt index c50b59c..3ed1e01 100644 --- a/RelNotes/1.6.6.txt +++ b/RelNotes/1.6.6.txt
@@ -64,7 +64,7 @@ Please refer to: http://git.or.cz/gitwiki/GitFaq#non-bare - http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007 + https://lore.kernel.org/git/7vbptlsuyv.fsf@gitster.siamese.dyndns.org/ for more details on the reason why this change is needed and the transition process that already took place so far.
diff --git a/RelNotes/1.8.4.txt b/RelNotes/1.8.4.txt index 02f681b..255e185 100644 --- a/RelNotes/1.8.4.txt +++ b/RelNotes/1.8.4.txt
@@ -58,7 +58,7 @@ credential helper interface from Git.pm. * Update build for Cygwin 1.[57]. Torsten Bögershausen reports that - this is fine with Cygwin 1.7 ($gmane/225824) so let's try moving it + this is fine with Cygwin 1.7 (cf. <51A606A0.5060101@web.de>) so let's try moving it ahead. * The credential helper to talk to keychain on OS X (in contrib/) has
diff --git a/RelNotes/2.14.6.txt b/RelNotes/2.14.6.txt new file mode 100644 index 0000000..72b7af6 --- /dev/null +++ b/RelNotes/2.14.6.txt
@@ -0,0 +1,54 @@ +Git v2.14.6 Release Notes +========================= + +This release addresses the security issues CVE-2019-1348, +CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, +CVE-2019-1353, CVE-2019-1354, and CVE-2019-1387. + +Fixes since v2.14.5 +------------------- + + * CVE-2019-1348: + The --export-marks option of git fast-import is exposed also via + the in-stream command feature export-marks=... and it allows + overwriting arbitrary paths. + + * CVE-2019-1349: + When submodules are cloned recursively, under certain circumstances + Git could be fooled into using the same Git directory twice. We now + require the directory to be empty. + + * CVE-2019-1350: + Incorrect quoting of command-line arguments allowed remote code + execution during a recursive clone in conjunction with SSH URLs. + + * CVE-2019-1351: + While the only permitted drive letters for physical drives on + Windows are letters of the US-English alphabet, this restriction + does not apply to virtual drives assigned via subst <letter>: + <path>. Git mistook such paths for relative paths, allowing writing + outside of the worktree while cloning. + + * CVE-2019-1352: + Git was unaware of NTFS Alternate Data Streams, allowing files + inside the .git/ directory to be overwritten during a clone. + + * CVE-2019-1353: + When running Git in the Windows Subsystem for Linux (also known as + "WSL") while accessing a working directory on a regular Windows + drive, none of the NTFS protections were active. + + * CVE-2019-1354: + Filenames on Linux/Unix can contain backslashes. On Windows, + backslashes are directory separators. Git did not use to refuse to + write out tracked files with such filenames. + + * CVE-2019-1387: + Recursive clones are currently affected by a vulnerability that is + caused by too-lax validation of submodule names, allowing very + targeted attacks via remote code execution in recursive clones. + +Credit for finding these vulnerabilities goes to Microsoft Security +Response Center, in particular to Nicolas Joly. The `fast-import` +fixes were provided by Jeff King, the other fixes by Johannes +Schindelin with help from Garima Singh.
diff --git a/RelNotes/2.15.4.txt b/RelNotes/2.15.4.txt new file mode 100644 index 0000000..dc241cb --- /dev/null +++ b/RelNotes/2.15.4.txt
@@ -0,0 +1,11 @@ +Git v2.15.4 Release Notes +========================= + +This release merges up the fixes that appear in v2.14.6 to address +the security issues CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, +CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, and +CVE-2019-1387; see the release notes for that version for details. + +In conjunction with a vulnerability that was fixed in v2.20.2, +`.gitmodules` is no longer allowed to contain entries of the form +`submodule.<name>.update=!command`.
diff --git a/RelNotes/2.16.6.txt b/RelNotes/2.16.6.txt new file mode 100644 index 0000000..438306e --- /dev/null +++ b/RelNotes/2.16.6.txt
@@ -0,0 +1,8 @@ +Git v2.16.6 Release Notes +========================= + +This release merges up the fixes that appear in v2.14.6 and in +v2.15.4 addressing the security issues CVE-2019-1348, CVE-2019-1349, +CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, +CVE-2019-1354, and CVE-2019-1387; see the release notes for those +versions for details.
diff --git a/RelNotes/2.17.3.txt b/RelNotes/2.17.3.txt new file mode 100644 index 0000000..5a46c94 --- /dev/null +++ b/RelNotes/2.17.3.txt
@@ -0,0 +1,12 @@ +Git v2.17.3 Release Notes +========================= + +This release merges up the fixes that appear in v2.14.6 and in +v2.15.4 addressing the security issues CVE-2019-1348, CVE-2019-1349, +CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, +CVE-2019-1354, and CVE-2019-1387; see the release notes for those +versions for details. + +In addition, `git fsck` was taught to identify `.gitmodules` entries +of the form `submodule.<name>.update=!command`, which have been +disallowed in v2.15.4.
diff --git a/RelNotes/2.18.2.txt b/RelNotes/2.18.2.txt new file mode 100644 index 0000000..98b168a --- /dev/null +++ b/RelNotes/2.18.2.txt
@@ -0,0 +1,8 @@ +Git v2.18.2 Release Notes +========================= + +This release merges up the fixes that appear in v2.14.6, v2.15.4 +and in v2.17.3, addressing the security issues CVE-2019-1348, +CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, +CVE-2019-1353, CVE-2019-1354, and CVE-2019-1387; see the release notes +for those versions for details.
diff --git a/RelNotes/2.19.3.txt b/RelNotes/2.19.3.txt new file mode 100644 index 0000000..92d7f89 --- /dev/null +++ b/RelNotes/2.19.3.txt
@@ -0,0 +1,8 @@ +Git v2.19.3 Release Notes +========================= + +This release merges up the fixes that appear in v2.14.6, v2.15.4 +and in v2.17.3, addressing the security issues CVE-2019-1348, +CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, +CVE-2019-1353, CVE-2019-1354, and CVE-2019-1387; see the release notes +for those versions for details.
diff --git a/RelNotes/2.20.2.txt b/RelNotes/2.20.2.txt new file mode 100644 index 0000000..8e680cb --- /dev/null +++ b/RelNotes/2.20.2.txt
@@ -0,0 +1,18 @@ +Git v2.20.2 Release Notes +========================= + +This release merges up the fixes that appear in v2.14.6, v2.15.4 +and in v2.17.3, addressing the security issues CVE-2019-1348, +CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, +CVE-2019-1353, CVE-2019-1354, and CVE-2019-1387; see the release notes +for those versions for details. + +The change to disallow `submodule.<name>.update=!command` entries in +`.gitmodules` which was introduced v2.15.4 (and for which v2.17.3 +added explicit fsck checks) fixes the vulnerability in v2.20.x where a +recursive clone followed by a submodule update could execute code +contained within the repository without the user explicitly having +asked for that (CVE-2019-19604). + +Credit for finding this vulnerability goes to Joern Schneeweisz, +credit for the fixes goes to Jonathan Nieder.
diff --git a/RelNotes/2.21.1.txt b/RelNotes/2.21.1.txt new file mode 100644 index 0000000..b759415 --- /dev/null +++ b/RelNotes/2.21.1.txt
@@ -0,0 +1,12 @@ +Git v2.21.1 Release Notes +========================= + +This release merges up the fixes that appear in v2.14.6, v2.15.4, +v2.17.3 and in v2.20.2, addressing the security issues CVE-2019-1348, +CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, +CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and CVE-2019-19604; +see the release notes for those versions for details. + +Additionally, this version also includes a couple of fixes for the +Windows-specific quoting of command-line arguments when Git executes +a Unix shell on Windows.
diff --git a/RelNotes/2.22.2.txt b/RelNotes/2.22.2.txt new file mode 100644 index 0000000..940a23f --- /dev/null +++ b/RelNotes/2.22.2.txt
@@ -0,0 +1,8 @@ +Git v2.22.2 Release Notes +========================= + +This release merges up the fixes that appear in v2.14.6, v2.15.4, +v2.17.3, v2.20.2 and in v2.21.1, addressing the security issues +CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, +CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and +CVE-2019-19604; see the release notes for those versions for details.
diff --git a/RelNotes/2.23.1.txt b/RelNotes/2.23.1.txt new file mode 100644 index 0000000..2083b49 --- /dev/null +++ b/RelNotes/2.23.1.txt
@@ -0,0 +1,8 @@ +Git v2.23.1 Release Notes +========================= + +This release merges up the fixes that appear in v2.14.6, v2.15.4, +v2.17.3, v2.20.2 and in v2.21.1, addressing the security issues +CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, +CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and +CVE-2019-19604; see the release notes for those versions for details.
diff --git a/RelNotes/2.24.1.txt b/RelNotes/2.24.1.txt new file mode 100644 index 0000000..1810485 --- /dev/null +++ b/RelNotes/2.24.1.txt
@@ -0,0 +1,8 @@ +Git v2.24.1 Release Notes +========================= + +This release merges up the fixes that appear in v2.14.6, v2.15.4, +v2.17.3, v2.20.2 and in v2.21.1, addressing the security issues +CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, +CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and +CVE-2019-19604; see the release notes for those versions for details.
diff --git a/RelNotes/2.25.0.txt b/RelNotes/2.25.0.txt index 371b4ea..19935f6 100644 --- a/RelNotes/2.25.0.txt +++ b/RelNotes/2.25.0.txt
@@ -103,6 +103,12 @@ * Users of oneway_merge() (like "reset --hard") learned to take advantage of fsmonitor to avoid unnecessary lstat(2) calls. + * Performance tweak on "git push" into a repository with many refs + that point at objects we have never heard of. + + * PerfTest fix to avoid stale result mixed up with the latest round + of test results. + Fixes since v2.24 ----------------- @@ -215,6 +221,15 @@ cleared correctly, which has been corrected. (merge 0aa0c2b2ec mh/clear-topo-walk-upon-reset later to maint). + * TravisCI update. + (merge 176441bfb5 sg/osx-force-gcc-9 later to maint). + + * While running "revert" or "cherry-pick --edit" for multiple + commits, a recent regression incorrectly detected "nothing to + commit, working tree clean", instead of replaying the commits, + which has been corrected. + (merge befd4f6a81 sg/assume-no-todo-update-in-cherry-pick later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 80736d7c5e jc/am-show-current-patch-docfix later to maint). (merge 8b656572ca sg/commit-graph-usage-fix later to maint). @@ -234,3 +249,6 @@ (merge f0e58b3fe8 pb/submodule-update-fetches later to maint). (merge 2a02262078 dl/t5520-cleanup later to maint). (merge a4fb016ba1 js/pkt-line-h-typofix later to maint). + (merge 54a7a64613 rs/simplify-prepare-cmd later to maint). + (merge 3eae30e464 jk/lore-is-the-archive later to maint). + (merge 14b7664df8 dl/lore-is-the-archive later to maint).
diff --git a/RelNotes/2.5.0.txt b/RelNotes/2.5.0.txt index 8704450..84723f9 100644 --- a/RelNotes/2.5.0.txt +++ b/RelNotes/2.5.0.txt
@@ -172,7 +172,8 @@ incorrect patch text to "git apply". Add tests to demonstrate this. - I have a slight suspicion that this may be $gmane/87202 coming back + I have a slight suspicion that this may be + cf. <7vtzf77wjp.fsf@gitster.siamese.dyndns.org> coming back and biting us (I seem to have said "let's run with this and see what happens" back then).
diff --git a/RelNotes/2.8.3.txt b/RelNotes/2.8.3.txt index fedd996..a63825e 100644 --- a/RelNotes/2.8.3.txt +++ b/RelNotes/2.8.3.txt
@@ -55,8 +55,8 @@ This is necessary to use Git on Windows shared directories, and is already enabled for the MinGW and plain Windows builds. It also has been used in Cygwin packaged versions of Git for quite a while. - See http://thread.gmane.org/gmane.comp.version-control.git/291853 - and http://thread.gmane.org/gmane.comp.version-control.git/275680. + See https://lore.kernel.org/git/20160419091055.GF2345@dinwoodie.org/ + and https://lore.kernel.org/git/20150811100527.GW14466@dinwoodie.org/. * "git replace -e" did not honour "core.editor" configuration.
diff --git a/RelNotes/2.9.0.txt b/RelNotes/2.9.0.txt index b61d367..9916401 100644 --- a/RelNotes/2.9.0.txt +++ b/RelNotes/2.9.0.txt
@@ -368,7 +368,7 @@ This is necessary to use Git on Windows shared directories, and is already enabled for the MinGW and plain Windows builds. It also has been used in Cygwin packaged versions of Git for quite a while. - See http://thread.gmane.org/gmane.comp.version-control.git/291853 + See https://lore.kernel.org/git/20160419091055.GF2345@dinwoodie.org/ * "merge-octopus" strategy did not ensure that the index is clean when merge begins.
diff --git a/git-bisect-lk2009.html b/git-bisect-lk2009.html index 478bcf6..9d69412 100644 --- a/git-bisect-lk2009.html +++ b/git-bisect-lk2009.html
@@ -1947,7 +1947,7 @@ </li> <li> <p> -<a id="4"></a>[4] <a href="https://public-inbox.org/git/7vps5xsbwp.fsf_-_@assigned-by-dhcp.cox.net/">Junio C Hamano. <em>Automated bisect success story</em>.</a> +<a id="4"></a>[4] <a href="https://lore.kernel.org/git/7vps5xsbwp.fsf_-_@assigned-by-dhcp.cox.net/">Junio C Hamano. <em>Automated bisect success story</em>.</a> </p> </li> <li> @@ -1962,7 +1962,7 @@ </li> <li> <p> -<a id="7"></a>[7] <a href="http://marc.info/?l=linux-kernel&m=119702753411680&w=2">Ingo Molnar. <em>Re: BUG 2.6.23-rc3 can’t see sd partitions on Alpha</em>. Linux-kernel mailing list.</a> +<a id="7"></a>[7] <a href="https://lore.kernel.org/lkml/20071207113734.GA14598@elte.hu/">Ingo Molnar. <em>Re: BUG 2.6.23-rc3 can’t see sd partitions on Alpha</em>. Linux-kernel mailing list.</a> </p> </li> <li> @@ -1983,7 +1983,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-01 14:55:34 PST + 2019-12-10 06:06:15 PST </div> </div> </body>
diff --git a/git-bisect-lk2009.txt b/git-bisect-lk2009.txt index 2957bc5..3ba49e8 100644 --- a/git-bisect-lk2009.txt +++ b/git-bisect-lk2009.txt
@@ -1350,9 +1350,9 @@ - [[[1]]] https://www.nist.gov/sites/default/files/documents/director/planning/report02-3.pdf['The Economic Impacts of Inadequate Infratructure for Software Testing'. Nist Planning Report 02-3], see Executive Summary and Chapter 8. - [[[2]]] http://www.oracle.com/technetwork/java/codeconvtoc-136057.html['Code Conventions for the Java Programming Language'. Sun Microsystems.] - [[[3]]] https://en.wikipedia.org/wiki/Software_maintenance['Software maintenance'. Wikipedia.] -- [[[4]]] https://public-inbox.org/git/7vps5xsbwp.fsf_-_@assigned-by-dhcp.cox.net/[Junio C Hamano. 'Automated bisect success story'.] +- [[[4]]] https://lore.kernel.org/git/7vps5xsbwp.fsf_-_@assigned-by-dhcp.cox.net/[Junio C Hamano. 'Automated bisect success story'.] - [[[5]]] https://lwn.net/Articles/317154/[Christian Couder. 'Fully automated bisecting with "git bisect run"'. LWN.net.] - [[[6]]] https://lwn.net/Articles/277872/[Jonathan Corbet. 'Bisection divides users and developers'. LWN.net.] -- [[[7]]] http://marc.info/?l=linux-kernel&m=119702753411680&w=2[Ingo Molnar. 'Re: BUG 2.6.23-rc3 can't see sd partitions on Alpha'. Linux-kernel mailing list.] +- [[[7]]] https://lore.kernel.org/lkml/20071207113734.GA14598@elte.hu/[Ingo Molnar. 'Re: BUG 2.6.23-rc3 can't see sd partitions on Alpha'. Linux-kernel mailing list.] - [[[8]]] https://www.kernel.org/pub/software/scm/git/docs/git-bisect.html[Junio C Hamano and the git-list. 'git-bisect(1) Manual Page'. Linux Kernel Archives.] - [[[9]]] https://github.com/Ealdwulf/bbchop[Ealdwulf. 'bbchop'. GitHub.]
diff --git a/git-fast-import.html b/git-fast-import.html index f1d4537..7eecba8 100644 --- a/git-fast-import.html +++ b/git-fast-import.html
@@ -809,6 +809,28 @@ is currently the default, but can be disabled with --quiet. </p> </dd> +<dt class="hdlist1"> +--allow-unsafe-features +</dt> +<dd> +<p> + Many command-line options can be provided as part of the + fast-import stream itself by using the <code>feature</code> or <code>option</code> + commands. However, some of these options are unsafe (e.g., + allowing fast-import to access the filesystem outside of the + repository). These options are disabled by default, but can be + allowed by providing this option on the command line. This + currently impacts only the <code>export-marks</code>, <code>import-marks</code>, and + <code>import-marks-if-exists</code> feature commands. +</p> +<div class="literalblock"> +<div class="content"> +<pre><code>Only enable this option if you trust the program generating the +fast-import stream! This option is enabled automatically for +remote-helpers that use the `import` capability, as they are +already trusted to run their own code.</code></pre> +</div></div> +</dd> </dl></div> <div class="sect2"> <h3 id="_options_for_frontends">Options for Frontends</h3> @@ -2555,7 +2577,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-10-14 22:20:15 PDT + 2019-12-10 06:06:15 PST </div> </div> </body>
diff --git a/git-fast-import.txt b/git-fast-import.txt index a3f1e0c..7889f95 100644 --- a/git-fast-import.txt +++ b/git-fast-import.txt
@@ -51,6 +51,21 @@ memory used by fast-import during this run. Showing this output is currently the default, but can be disabled with --quiet. +--allow-unsafe-features:: + Many command-line options can be provided as part of the + fast-import stream itself by using the `feature` or `option` + commands. However, some of these options are unsafe (e.g., + allowing fast-import to access the filesystem outside of the + repository). These options are disabled by default, but can be + allowed by providing this option on the command line. This + currently impacts only the `export-marks`, `import-marks`, and + `import-marks-if-exists` feature commands. ++ + Only enable this option if you trust the program generating the + fast-import stream! This option is enabled automatically for + remote-helpers that use the `import` capability, as they are + already trusted to run their own code. + Options for Frontends ~~~~~~~~~~~~~~~~~~~~~
diff --git a/git.html b/git.html index d858341..b5bf038 100644 --- a/git.html +++ b/git.html
@@ -3269,7 +3269,7 @@ <div class="paragraph"><p>Report bugs to the Git mailing list <<a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a>> where the development and maintenance is primarily done. You do not have to be subscribed to the list to send a message there. See the list archive -at <a href="https://public-inbox.org/git">https://public-inbox.org/git</a> for previous bug reports and other +at <a href="https://lore.kernel.org/git">https://lore.kernel.org/git</a> for previous bug reports and other discussions.</p></div> <div class="paragraph"><p>Issues which are security relevant should be disclosed privately to the Git Security mailing list <<a href="mailto:git-security@googlegroups.com">git-security@googlegroups.com</a>>.</p></div> @@ -3296,7 +3296,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-01 14:55:34 PST + 2019-12-10 06:06:15 PST </div> </div> </body>
diff --git a/git.txt b/git.txt index 1b678e2..f297883 100644 --- a/git.txt +++ b/git.txt
@@ -928,7 +928,7 @@ Report bugs to the Git mailing list <git@vger.kernel.org> where the development and maintenance is primarily done. You do not have to be subscribed to the list to send a message there. See the list archive -at https://public-inbox.org/git for previous bug reports and other +at https://lore.kernel.org/git for previous bug reports and other discussions. Issues which are security relevant should be disclosed privately to
diff --git a/gitcli.html b/gitcli.html index 9676584..3a090f8 100644 --- a/gitcli.html +++ b/gitcli.html
@@ -998,8 +998,8 @@ <code>--index</code>, it patches both the files and their index entries, and with <code>--cached</code>, it modifies only the index entries.</p></div> -<div class="paragraph"><p>See also <a href="http://marc.info/?l=git&m=116563135620359">http://marc.info/?l=git&m=116563135620359</a> and -<a href="http://marc.info/?l=git&m=119150393620273">http://marc.info/?l=git&m=119150393620273</a> for further +<div class="paragraph"><p>See also <a href="https://lore.kernel.org/git/7v64clg5u9.fsf@assigned-by-dhcp.cox.net/">https://lore.kernel.org/git/7v64clg5u9.fsf@assigned-by-dhcp.cox.net/</a> and +<a href="https://lore.kernel.org/git/7vy7ej9g38.fsf@gitster.siamese.dyndns.org/">https://lore.kernel.org/git/7vy7ej9g38.fsf@gitster.siamese.dyndns.org/</a> for further information.</p></div> <div class="paragraph"><p>Some other commands that also work on files in the working tree and/or in the index can take <code>--staged</code> and/or <code>--worktree</code>.</p></div> @@ -1036,7 +1036,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-09-18 12:25:17 PDT + 2019-12-10 06:06:15 PST </div> </div> </body>
diff --git a/gitcli.txt b/gitcli.txt index 4b32876..373cfa2 100644 --- a/gitcli.txt +++ b/gitcli.txt
@@ -211,8 +211,8 @@ entries, and with `--cached`, it modifies only the index entries. -See also http://marc.info/?l=git&m=116563135620359 and -http://marc.info/?l=git&m=119150393620273 for further +See also https://lore.kernel.org/git/7v64clg5u9.fsf@assigned-by-dhcp.cox.net/ and +https://lore.kernel.org/git/7vy7ej9g38.fsf@gitster.siamese.dyndns.org/ for further information. Some other commands that also work on files in the working tree and/or
diff --git a/gitmodules.html b/gitmodules.html index 6cb0bb0..1331190 100644 --- a/gitmodules.html +++ b/gitmodules.html
@@ -799,9 +799,8 @@ submodule init</code> to initialize the configuration variable of the same name. Allowed values here are <em>checkout</em>, <em>rebase</em>, <em>merge</em> or <em>none</em>. See description of <em>update</em> command in - <a href="git-submodule.html">git-submodule(1)</a> for their meaning. Note that the - <em>!command</em> form is intentionally ignored here for security - reasons. + <a href="git-submodule.html">git-submodule(1)</a> for their meaning. For security + reasons, the <em>!command</em> form is not accepted here. </p> </dd> <dt class="hdlist1"> @@ -939,7 +938,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-01 14:55:34 PST + 2019-12-10 06:06:15 PST </div> </div> </body>
diff --git a/gitmodules.txt b/gitmodules.txt index 953c387..b5d1c05 100644 --- a/gitmodules.txt +++ b/gitmodules.txt
@@ -44,9 +44,8 @@ submodule init` to initialize the configuration variable of the same name. Allowed values here are 'checkout', 'rebase', 'merge' or 'none'. See description of 'update' command in - linkgit:git-submodule[1] for their meaning. Note that the - '!command' form is intentionally ignored here for security - reasons. + linkgit:git-submodule[1] for their meaning. For security + reasons, the '!command' form is not accepted here. submodule.<name>.branch:: A remote branch name for tracking updates in the upstream submodule.
diff --git a/howto/keep-canonical-history-correct.html b/howto/keep-canonical-history-correct.html index 95dbc08..1c227de 100644 --- a/howto/keep-canonical-history-correct.html +++ b/howto/keep-canonical-history-correct.html
@@ -938,7 +938,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:20:01 PST + 2019-12-10 06:07:07 PST </div> </div> </body>
diff --git a/howto/maintain-git.html b/howto/maintain-git.html index 57726bb..3d16797 100644 --- a/howto/maintain-git.html +++ b/howto/maintain-git.html
@@ -1435,7 +1435,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:20:01 PST + 2019-12-10 06:07:07 PST </div> </div> </body>
diff --git a/howto/new-command.html b/howto/new-command.html index b11822b..490ca4c 100644 --- a/howto/new-command.html +++ b/howto/new-command.html
@@ -863,7 +863,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:19:57 PST + 2019-12-10 06:07:03 PST </div> </div> </body>
diff --git a/howto/rebase-from-internal-branch.html b/howto/rebase-from-internal-branch.html index 0b08df8..ac06359 100644 --- a/howto/rebase-from-internal-branch.html +++ b/howto/rebase-from-internal-branch.html
@@ -895,7 +895,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:20:01 PST + 2019-12-10 06:07:06 PST </div> </div> </body>
diff --git a/howto/rebuild-from-update-hook.html b/howto/rebuild-from-update-hook.html index 7e75161..82e91b8 100644 --- a/howto/rebuild-from-update-hook.html +++ b/howto/rebuild-from-update-hook.html
@@ -847,7 +847,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:20:01 PST + 2019-12-10 06:07:06 PST </div> </div> </body>
diff --git a/howto/recover-corrupted-blob-object.html b/howto/recover-corrupted-blob-object.html index 364abf2..02807d1 100644 --- a/howto/recover-corrupted-blob-object.html +++ b/howto/recover-corrupted-blob-object.html
@@ -880,7 +880,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:20:00 PST + 2019-12-10 06:07:06 PST </div> </div> </body>
diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html index 9fab55f..8c2cf65 100644 --- a/howto/recover-corrupted-object-harder.html +++ b/howto/recover-corrupted-object-harder.html
@@ -1189,7 +1189,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:20:00 PST + 2019-12-10 06:07:06 PST </div> </div> </body>
diff --git a/howto/revert-a-faulty-merge.html b/howto/revert-a-faulty-merge.html index 65debfb..052273a 100644 --- a/howto/revert-a-faulty-merge.html +++ b/howto/revert-a-faulty-merge.html
@@ -1025,7 +1025,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:20:00 PST + 2019-12-10 06:07:05 PST </div> </div> </body>
diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html index c07a4eb..31ffb5c 100644 --- a/howto/revert-branch-rebase.html +++ b/howto/revert-branch-rebase.html
@@ -907,7 +907,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:19:57 PST + 2019-12-10 06:07:03 PST </div> </div> </body>
diff --git a/howto/separating-topic-branches.html b/howto/separating-topic-branches.html index da9eccb..8c68fc2 100644 --- a/howto/separating-topic-branches.html +++ b/howto/separating-topic-branches.html
@@ -841,7 +841,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:19:59 PST + 2019-12-10 06:07:05 PST </div> </div> </body>
diff --git a/howto/setup-git-server-over-http.html b/howto/setup-git-server-over-http.html index 7a0ad66..2b8c5d8 100644 --- a/howto/setup-git-server-over-http.html +++ b/howto/setup-git-server-over-http.html
@@ -1071,7 +1071,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:19:59 PST + 2019-12-10 06:07:04 PST </div> </div> </body>
diff --git a/howto/update-hook-example.html b/howto/update-hook-example.html index c518349..50802eb 100644 --- a/howto/update-hook-example.html +++ b/howto/update-hook-example.html
@@ -930,7 +930,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:19:59 PST + 2019-12-10 06:07:04 PST </div> </div> </body>
diff --git a/howto/use-git-daemon.html b/howto/use-git-daemon.html index 55369aa..76de5c7 100644 --- a/howto/use-git-daemon.html +++ b/howto/use-git-daemon.html
@@ -791,7 +791,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:19:58 PST + 2019-12-10 06:07:04 PST </div> </div> </body>
diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html index dcd9fd5..d57926a 100644 --- a/howto/using-merge-subtree.html +++ b/howto/using-merge-subtree.html
@@ -848,7 +848,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:19:58 PST + 2019-12-10 06:07:03 PST </div> </div> </body>
diff --git a/howto/using-signed-tag-in-pull-request.html b/howto/using-signed-tag-in-pull-request.html index f39c40f..541fde5 100644 --- a/howto/using-signed-tag-in-pull-request.html +++ b/howto/using-signed-tag-in-pull-request.html
@@ -952,7 +952,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-05 14:19:58 PST + 2019-12-10 06:07:04 PST </div> </div> </body>
diff --git a/technical/commit-graph.txt b/technical/commit-graph.txt index 1507117..808fa30 100644 --- a/technical/commit-graph.txt +++ b/technical/commit-graph.txt
@@ -323,14 +323,14 @@ [0] https://bugs.chromium.org/p/git/issues/detail?id=8 Chromium work item for: Serialized Commit Graph -[1] https://public-inbox.org/git/20110713070517.GC18566@sigill.intra.peff.net/ +[1] https://lore.kernel.org/git/20110713070517.GC18566@sigill.intra.peff.net/ An abandoned patch that introduced generation numbers. -[2] https://public-inbox.org/git/20170908033403.q7e6dj7benasrjes@sigill.intra.peff.net/ +[2] https://lore.kernel.org/git/20170908033403.q7e6dj7benasrjes@sigill.intra.peff.net/ Discussion about generation numbers on commits and how they interact with fsck. -[3] https://public-inbox.org/git/20170908034739.4op3w4f2ma5s65ku@sigill.intra.peff.net/ +[3] https://lore.kernel.org/git/20170908034739.4op3w4f2ma5s65ku@sigill.intra.peff.net/ More discussion about generation numbers and not storing them inside commit objects. A valuable quote: @@ -342,9 +342,9 @@ commit objects (i.e., packv4 or something like the "metapacks" I proposed a few years ago)." -[4] https://public-inbox.org/git/20180108154822.54829-1-git@jeffhostetler.com/T/#u +[4] https://lore.kernel.org/git/20180108154822.54829-1-git@jeffhostetler.com/T/#u A patch to remove the ahead-behind calculation from 'status'. -[5] https://public-inbox.org/git/f27db281-abad-5043-6d71-cbb083b1c877@gmail.com/ +[5] https://lore.kernel.org/git/f27db281-abad-5043-6d71-cbb083b1c877@gmail.com/ A discussion of a "two-dimensional graph position" that can allow reading multiple commit-graph chains at the same time.
diff --git a/technical/hash-function-transition.html b/technical/hash-function-transition.html index fb30c10..d4b0e81 100644 --- a/technical/hash-function-transition.html +++ b/technical/hash-function-transition.html
@@ -1756,7 +1756,7 @@ </div> <div class="sect2"> <h3 id="_using_hash_functions_in_parallel">Using hash functions in parallel</h3> -<div class="paragraph"><p>(e.g. <a href="https://public-inbox.org/git/22708.8913.864049.452252@chiark.greenend.org.uk/">https://public-inbox.org/git/22708.8913.864049.452252@chiark.greenend.org.uk/</a> ) +<div class="paragraph"><p>(e.g. <a href="https://lore.kernel.org/git/22708.8913.864049.452252@chiark.greenend.org.uk/">https://lore.kernel.org/git/22708.8913.864049.452252@chiark.greenend.org.uk/</a> ) Objects newly created would be addressed by the new hash, but inside such an object (e.g. commit) it is still possible to address objects using the old hash function. @@ -1808,7 +1808,7 @@ <a href="mailto:bmwill@google.com">bmwill@google.com</a>, <a href="mailto:jonathantanmy@google.com">jonathantanmy@google.com</a>, <a href="mailto:jrnieder@gmail.com">jrnieder@gmail.com</a>, <a href="mailto:sbeller@google.com">sbeller@google.com</a></p></div> <div class="paragraph"><p>Initial version sent to -<a href="http://public-inbox.org/git/20170304011251.GA26789@aiede.mtv.corp.google.com">http://public-inbox.org/git/20170304011251.GA26789@aiede.mtv.corp.google.com</a></p></div> +<a href="http://lore.kernel.org/git/20170304011251.GA26789@aiede.mtv.corp.google.com">http://lore.kernel.org/git/20170304011251.GA26789@aiede.mtv.corp.google.com</a></p></div> <div class="paragraph"><p>2017-03-03 <a href="mailto:jrnieder@gmail.com">jrnieder@gmail.com</a> Incorporated suggestions from jonathantanmy and sbeller: * describe purpose of signed objects with each hash type @@ -1842,11 +1842,11 @@ edits. This document history is no longer being maintained as it would now be superfluous to the commit log</code></pre> </div></div> -<div class="paragraph"><p>[1] <a href="http://public-inbox.org/git/CA+55aFzJtejiCjV0e43+<a href="mailto:9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com">9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com</a>/">http://public-inbox.org/git/CA+55aFzJtejiCjV0e43+<a href="mailto:9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com">9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com</a>/</a> -[2] <a href="http://public-inbox.org/git/CA+55aFz+<a href="mailto:gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com">gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com</a>/">http://public-inbox.org/git/CA+55aFz+<a href="mailto:gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com">gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com</a>/</a> -[3] <a href="http://public-inbox.org/git/20170306084353.nrns455dvkdsfgo5@sigill.intra.peff.net/">http://public-inbox.org/git/20170306084353.nrns455dvkdsfgo5@sigill.intra.peff.net/</a> -[4] <a href="http://public-inbox.org/git/20170304224936.rqqtkdvfjgyezsht@genre.crustytoothpaste.net">http://public-inbox.org/git/20170304224936.rqqtkdvfjgyezsht@genre.crustytoothpaste.net</a> -[5] <a href="https://public-inbox.org/git/CAJo=hJtoX9=<a href="mailto:AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com">AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com</a>/">https://public-inbox.org/git/CAJo=hJtoX9=<a href="mailto:AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com">AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com</a>/</a></p></div> +<div class="paragraph"><p>[1] <a href="http://lore.kernel.org/git/CA+55aFzJtejiCjV0e43+<a href="mailto:9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com">9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com</a>/">http://lore.kernel.org/git/CA+55aFzJtejiCjV0e43+<a href="mailto:9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com">9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com</a>/</a> +[2] <a href="http://lore.kernel.org/git/CA+55aFz+<a href="mailto:gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com">gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com</a>/">http://lore.kernel.org/git/CA+55aFz+<a href="mailto:gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com">gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com</a>/</a> +[3] <a href="http://lore.kernel.org/git/20170306084353.nrns455dvkdsfgo5@sigill.intra.peff.net/">http://lore.kernel.org/git/20170306084353.nrns455dvkdsfgo5@sigill.intra.peff.net/</a> +[4] <a href="http://lore.kernel.org/git/20170304224936.rqqtkdvfjgyezsht@genre.crustytoothpaste.net">http://lore.kernel.org/git/20170304224936.rqqtkdvfjgyezsht@genre.crustytoothpaste.net</a> +[5] <a href="https://lore.kernel.org/git/CAJo=hJtoX9=<a href="mailto:AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com">AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com</a>/">https://lore.kernel.org/git/CAJo=hJtoX9=<a href="mailto:AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com">AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com</a>/</a></p></div> </div> </div> </div> @@ -1854,7 +1854,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-01 14:55:34 PST + 2019-12-10 06:06:15 PST </div> </div> </body>
diff --git a/technical/hash-function-transition.txt b/technical/hash-function-transition.txt index 8a4596b..5b2db3b 100644 --- a/technical/hash-function-transition.txt +++ b/technical/hash-function-transition.txt
@@ -730,7 +730,7 @@ Using hash functions in parallel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -(e.g. https://public-inbox.org/git/22708.8913.864049.452252@chiark.greenend.org.uk/ ) +(e.g. https://lore.kernel.org/git/22708.8913.864049.452252@chiark.greenend.org.uk/ ) Objects newly created would be addressed by the new hash, but inside such an object (e.g. commit) it is still possible to address objects using the old hash function. @@ -783,7 +783,7 @@ sbeller@google.com Initial version sent to -http://public-inbox.org/git/20170304011251.GA26789@aiede.mtv.corp.google.com +http://lore.kernel.org/git/20170304011251.GA26789@aiede.mtv.corp.google.com 2017-03-03 jrnieder@gmail.com Incorporated suggestions from jonathantanmy and sbeller: @@ -820,8 +820,8 @@ edits. This document history is no longer being maintained as it would now be superfluous to the commit log -[1] http://public-inbox.org/git/CA+55aFzJtejiCjV0e43+9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com/ -[2] http://public-inbox.org/git/CA+55aFz+gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com/ -[3] http://public-inbox.org/git/20170306084353.nrns455dvkdsfgo5@sigill.intra.peff.net/ -[4] http://public-inbox.org/git/20170304224936.rqqtkdvfjgyezsht@genre.crustytoothpaste.net -[5] https://public-inbox.org/git/CAJo=hJtoX9=AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com/ +[1] http://lore.kernel.org/git/CA+55aFzJtejiCjV0e43+9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com/ +[2] http://lore.kernel.org/git/CA+55aFz+gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com/ +[3] http://lore.kernel.org/git/20170306084353.nrns455dvkdsfgo5@sigill.intra.peff.net/ +[4] http://lore.kernel.org/git/20170304224936.rqqtkdvfjgyezsht@genre.crustytoothpaste.net +[5] https://lore.kernel.org/git/CAJo=hJtoX9=AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com/
diff --git a/technical/multi-pack-index.html b/technical/multi-pack-index.html index 5c26fa0..f5ac1d8 100644 --- a/technical/multi-pack-index.html +++ b/technical/multi-pack-index.html
@@ -908,9 +908,9 @@ <div class="sectionbody"> <div class="paragraph"><p>[0] <a href="https://bugs.chromium.org/p/git/issues/detail?id=6">https://bugs.chromium.org/p/git/issues/detail?id=6</a> Chromium work item for: Multi-Pack Index (MIDX)</p></div> -<div class="paragraph"><p>[1] <a href="https://public-inbox.org/git/20180107181459.222909-1-dstolee@microsoft.com/">https://public-inbox.org/git/20180107181459.222909-1-dstolee@microsoft.com/</a> +<div class="paragraph"><p>[1] <a href="https://lore.kernel.org/git/20180107181459.222909-1-dstolee@microsoft.com/">https://lore.kernel.org/git/20180107181459.222909-1-dstolee@microsoft.com/</a> An earlier RFC for the multi-pack-index feature</p></div> -<div class="paragraph"><p>[2] <a href="https://public-inbox.org/git/alpine.DEB.2.20.1803091557510.23109@alexmv-linux/">https://public-inbox.org/git/alpine.DEB.2.20.1803091557510.23109@alexmv-linux/</a> +<div class="paragraph"><p>[2] <a href="https://lore.kernel.org/git/alpine.DEB.2.20.1803091557510.23109@alexmv-linux/">https://lore.kernel.org/git/alpine.DEB.2.20.1803091557510.23109@alexmv-linux/</a> Git Merge 2018 Contributor’s summit notes (includes discussion of MIDX)</p></div> </div> </div> @@ -919,7 +919,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-09-17 15:45:24 PDT + 2019-12-10 06:06:15 PST </div> </div> </body>
diff --git a/technical/multi-pack-index.txt b/technical/multi-pack-index.txt index d7e5763..1e31239 100644 --- a/technical/multi-pack-index.txt +++ b/technical/multi-pack-index.txt
@@ -102,8 +102,8 @@ [0] https://bugs.chromium.org/p/git/issues/detail?id=6 Chromium work item for: Multi-Pack Index (MIDX) -[1] https://public-inbox.org/git/20180107181459.222909-1-dstolee@microsoft.com/ +[1] https://lore.kernel.org/git/20180107181459.222909-1-dstolee@microsoft.com/ An earlier RFC for the multi-pack-index feature -[2] https://public-inbox.org/git/alpine.DEB.2.20.1803091557510.23109@alexmv-linux/ +[2] https://lore.kernel.org/git/alpine.DEB.2.20.1803091557510.23109@alexmv-linux/ Git Merge 2018 Contributor's summit notes (includes discussion of MIDX)
diff --git a/technical/partial-clone.html b/technical/partial-clone.html index 224fd77..c41a7a0 100644 --- a/technical/partial-clone.html +++ b/technical/partial-clone.html
@@ -1194,22 +1194,22 @@ <div class="sectionbody"> <div class="paragraph"><p>[0] <a href="https://crbug.com/git/2">https://crbug.com/git/2</a> Bug#2: Partial Clone</p></div> -<div class="paragraph"><p>[1] <a href="https://public-inbox.org/git/20170113155253.1644-1-benpeart@microsoft.com/">https://public-inbox.org/git/20170113155253.1644-1-benpeart@microsoft.com/</a><br /> +<div class="paragraph"><p>[1] <a href="https://lore.kernel.org/git/20170113155253.1644-1-benpeart@microsoft.com/">https://lore.kernel.org/git/20170113155253.1644-1-benpeart@microsoft.com/</a><br /> Subject: [RFC] Add support for downloading blobs on demand<br /> Date: Fri, 13 Jan 2017 10:52:53 -0500</p></div> -<div class="paragraph"><p>[2] <a href="https://public-inbox.org/git/cover.1506714999.git.jonathantanmy@google.com/">https://public-inbox.org/git/cover.1506714999.git.jonathantanmy@google.com/</a><br /> +<div class="paragraph"><p>[2] <a href="https://lore.kernel.org/git/cover.1506714999.git.jonathantanmy@google.com/">https://lore.kernel.org/git/cover.1506714999.git.jonathantanmy@google.com/</a><br /> Subject: [PATCH 00/18] Partial clone (from clone to lazy fetch in 18 patches)<br /> Date: Fri, 29 Sep 2017 13:11:36 -0700</p></div> -<div class="paragraph"><p>[3] <a href="https://public-inbox.org/git/20170426221346.25337-1-jonathantanmy@google.com/">https://public-inbox.org/git/20170426221346.25337-1-jonathantanmy@google.com/</a><br /> +<div class="paragraph"><p>[3] <a href="https://lore.kernel.org/git/20170426221346.25337-1-jonathantanmy@google.com/">https://lore.kernel.org/git/20170426221346.25337-1-jonathantanmy@google.com/</a><br /> Subject: Proposal for missing blob support in Git repos<br /> Date: Wed, 26 Apr 2017 15:13:46 -0700</p></div> -<div class="paragraph"><p>[4] <a href="https://public-inbox.org/git/1488999039-37631-1-git-send-email-git@jeffhostetler.com/">https://public-inbox.org/git/1488999039-37631-1-git-send-email-git@jeffhostetler.com/</a><br /> +<div class="paragraph"><p>[4] <a href="https://lore.kernel.org/git/1488999039-37631-1-git-send-email-git@jeffhostetler.com/">https://lore.kernel.org/git/1488999039-37631-1-git-send-email-git@jeffhostetler.com/</a><br /> Subject: [PATCH 00/10] RFC Partial Clone and Fetch<br /> Date: Wed, 8 Mar 2017 18:50:29 +0000</p></div> -<div class="paragraph"><p>[5] <a href="https://public-inbox.org/git/20170505152802.6724-1-benpeart@microsoft.com/">https://public-inbox.org/git/20170505152802.6724-1-benpeart@microsoft.com/</a><br /> +<div class="paragraph"><p>[5] <a href="https://lore.kernel.org/git/20170505152802.6724-1-benpeart@microsoft.com/">https://lore.kernel.org/git/20170505152802.6724-1-benpeart@microsoft.com/</a><br /> Subject: [PATCH v7 00/10] refactor the filter process code into a reusable module<br /> Date: Fri, 5 May 2017 11:27:52 -0400</p></div> -<div class="paragraph"><p>[6] <a href="https://public-inbox.org/git/20170714132651.170708-1-benpeart@microsoft.com/">https://public-inbox.org/git/20170714132651.170708-1-benpeart@microsoft.com/</a><br /> +<div class="paragraph"><p>[6] <a href="https://lore.kernel.org/git/20170714132651.170708-1-benpeart@microsoft.com/">https://lore.kernel.org/git/20170714132651.170708-1-benpeart@microsoft.com/</a><br /> Subject: [RFC/PATCH v2 0/1] Add support for downloading blobs on demand<br /> Date: Fri, 14 Jul 2017 09:26:50 -0400</p></div> </div> @@ -1219,7 +1219,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-12-01 14:55:34 PST + 2019-12-10 06:06:15 PST </div> </div> </body>
diff --git a/technical/partial-clone.txt b/technical/partial-clone.txt index a6034d5..b9e17e7 100644 --- a/technical/partial-clone.txt +++ b/technical/partial-clone.txt
@@ -350,26 +350,26 @@ [0] https://crbug.com/git/2 Bug#2: Partial Clone -[1] https://public-inbox.org/git/20170113155253.1644-1-benpeart@microsoft.com/ + +[1] https://lore.kernel.org/git/20170113155253.1644-1-benpeart@microsoft.com/ + Subject: [RFC] Add support for downloading blobs on demand + Date: Fri, 13 Jan 2017 10:52:53 -0500 -[2] https://public-inbox.org/git/cover.1506714999.git.jonathantanmy@google.com/ + +[2] https://lore.kernel.org/git/cover.1506714999.git.jonathantanmy@google.com/ + Subject: [PATCH 00/18] Partial clone (from clone to lazy fetch in 18 patches) + Date: Fri, 29 Sep 2017 13:11:36 -0700 -[3] https://public-inbox.org/git/20170426221346.25337-1-jonathantanmy@google.com/ + +[3] https://lore.kernel.org/git/20170426221346.25337-1-jonathantanmy@google.com/ + Subject: Proposal for missing blob support in Git repos + Date: Wed, 26 Apr 2017 15:13:46 -0700 -[4] https://public-inbox.org/git/1488999039-37631-1-git-send-email-git@jeffhostetler.com/ + +[4] https://lore.kernel.org/git/1488999039-37631-1-git-send-email-git@jeffhostetler.com/ + Subject: [PATCH 00/10] RFC Partial Clone and Fetch + Date: Wed, 8 Mar 2017 18:50:29 +0000 -[5] https://public-inbox.org/git/20170505152802.6724-1-benpeart@microsoft.com/ + +[5] https://lore.kernel.org/git/20170505152802.6724-1-benpeart@microsoft.com/ + Subject: [PATCH v7 00/10] refactor the filter process code into a reusable module + Date: Fri, 5 May 2017 11:27:52 -0400 -[6] https://public-inbox.org/git/20170714132651.170708-1-benpeart@microsoft.com/ + +[6] https://lore.kernel.org/git/20170714132651.170708-1-benpeart@microsoft.com/ + Subject: [RFC/PATCH v2 0/1] Add support for downloading blobs on demand + Date: Fri, 14 Jul 2017 09:26:50 -0400
diff --git a/technical/racy-git.html b/technical/racy-git.html index a0b041b..0b153e6 100644 --- a/technical/racy-git.html +++ b/technical/racy-git.html
@@ -784,7 +784,7 @@ only fixes the issue for file systems with exactly 1 ns or 1 s resolution. Other file systems are still broken in current Linux kernels (e.g. CEPH, CIFS, NTFS, UDF), see -<a href="https://lkml.org/lkml/2015/6/9/714">https://lkml.org/lkml/2015/6/9/714</a></p></div> +<a href="https://lore.kernel.org/lkml/5577240D.7020309@gmail.com/">https://lore.kernel.org/lkml/5577240D.7020309@gmail.com/</a></p></div> </div> </div> <div class="sect1"> @@ -952,7 +952,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-01-26 15:11:04 PST + 2019-12-10 06:06:15 PST </div> </div> </body>
diff --git a/technical/racy-git.txt b/technical/racy-git.txt index 4a8be4d..ceda4bb 100644 --- a/technical/racy-git.txt +++ b/technical/racy-git.txt
@@ -51,7 +51,7 @@ only fixes the issue for file systems with exactly 1 ns or 1 s resolution. Other file systems are still broken in current Linux kernels (e.g. CEPH, CIFS, NTFS, UDF), see -https://lkml.org/lkml/2015/6/9/714 +https://lore.kernel.org/lkml/5577240D.7020309@gmail.com/ Racy Git --------
diff --git a/user-manual.html b/user-manual.html index fde19b9..24cc51c 100644 --- a/user-manual.html +++ b/user-manual.html
@@ -2769,5 +2769,5 @@ might be a good idea; maybe make an "advanced examples" section a standard end-of-chapter section?</p><p>Include cross-references to the glossary, where appropriate.</p><p>Add a section on working with other version control systems, including CVS, Subversion, and just imports of series of release tarballs.</p><p>Write a chapter on using plumbing and writing scripts.</p><p>Alternates, clone -reference, etc.</p><p>More on recovery from repository corruption. See: - <a class="ulink" href="http://marc.info/?l=git&m=117263864820799&w=2" target="_top">http://marc.info/?l=git&m=117263864820799&w=2</a> - <a class="ulink" href="http://marc.info/?l=git&m=117147855503798&w=2" target="_top">http://marc.info/?l=git&m=117147855503798&w=2</a></p></div></div></div></body></html> + <a class="ulink" href="https://lore.kernel.org/git/Pine.LNX.4.64.0702272039540.12485@woody.linux-foundation.org/" target="_top">https://lore.kernel.org/git/Pine.LNX.4.64.0702272039540.12485@woody.linux-foundation.org/</a> + <a class="ulink" href="https://lore.kernel.org/git/Pine.LNX.4.64.0702141033400.3604@woody.linux-foundation.org/" target="_top">https://lore.kernel.org/git/Pine.LNX.4.64.0702141033400.3604@woody.linux-foundation.org/</a></p></div></div></div></body></html>
diff --git a/user-manual.txt b/user-manual.txt index 06bd899..8336529 100644 --- a/user-manual.txt +++ b/user-manual.txt
@@ -4574,5 +4574,5 @@ Alternates, clone -reference, etc. More on recovery from repository corruption. See: - http://marc.info/?l=git&m=117263864820799&w=2 - http://marc.info/?l=git&m=117147855503798&w=2 + https://lore.kernel.org/git/Pine.LNX.4.64.0702272039540.12485@woody.linux-foundation.org/ + https://lore.kernel.org/git/Pine.LNX.4.64.0702141033400.3604@woody.linux-foundation.org/